From: Markus Rost Date: Fri, 15 Nov 2002 05:23:41 +0000 (+0000) Subject: Add provide call. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29713 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bd2d4ca0339aedb6e63c58a14edf256e8af00ea0;p=emacs.git Add provide call. --- diff --git a/lisp/emacs-lisp/gulp.el b/lisp/emacs-lisp/gulp.el index 39cc1b98c09..eb9f8af4105 100644 --- a/lisp/emacs-lisp/gulp.el +++ b/lisp/emacs-lisp/gulp.el @@ -171,4 +171,6 @@ That is a list of elements, each of the form (MAINTAINER PACKAGES...)." (if (= (length mnt) 0) (setq mnt nil))) ;; "^;; Author: $" --> nil (cons mnt timest)))) +(provide 'gulp) + ;;; gulp.el ends here diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index a24292381a8..3835070b341 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -154,4 +154,6 @@ This functions runs the normal hook `rmail-edit-mode-hook'. (rmail-cease-edit) (rmail-highlight-headers)) +(provide 'rmailedit) + ;;; rmailedit.el ends here diff --git a/lisp/play/bruce.el b/lisp/play/bruce.el index b69d26c9884..ff1a0753a52 100644 --- a/lisp/play/bruce.el +++ b/lisp/play/bruce.el @@ -145,4 +145,6 @@ ;; cleaned up, generalized, gratuitously broken by esr, and now resides in ;; cookie1.el. +(provide 'bruce) + ;;; bruce.el ends here